From: Roger Pau Monne Date: Tue, 28 Feb 2017 17:31:04 +0000 (+0000) Subject: xl: fix compilation of xl_migrate.c X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2631 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=b675eec77e66e0775119b1dc76a64b86de231a8d;p=xen.git xl: fix compilation of xl_migrate.c The usage of signal(3) requires the inclusion of the signal.h header: http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html This fixes the build on FreeBSD. Signed-off-by: Roger Pau Monné Acked-by: Wei Liu --- diff --git a/tools/xl/xl_migrate.c b/tools/xl/xl_migrate.c index 50145abd97..28fb8230b6 100644 --- a/tools/xl/xl_migrate.c +++ b/tools/xl/xl_migrate.c @@ -14,6 +14,7 @@ #include #include +#include #include #include #include